home *** CD-ROM | disk | FTP | other *** search
-
-
-
- XXXXSSSSGGGGIIIIDDDDeeeevvvviiiicccceeeeCCCCoooonnnnttttrrrroooollll((((3333XXXX11111111)))) XXXXSSSSGGGGIIIIMMMMiiiisssscccc XXXXSSSSGGGGIIIIDDDDeeeevvvviiiicccceeeeCCCCoooonnnnttttrrrroooollll((((3333XXXX11111111))))
-
-
-
- NNNNAAAAMMMMEEEE
- XSGIDeviceControl, XSGIDeviceQuery - set/query device
- characteristics for X input devices
-
- SSSSYYYYNNNNTTTTAAAAXXXX
- #include <X11/extensions/SGIMisc.h>
-
- Bool XSGIDeviceControl(
- Display *display,
- int device_id,
- char *name,
- char *value
- )
-
- Bool XSGIDeviceQuery(
- Display *display,
- int device_id,
- char *name,
- char *value
- )
-
- AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
- _d_i_s_p_l_a_y Specifies the connection to the X server
-
- _d_e_v_i_c_e__i_d Specifies the id of the device to be accessed
-
- _n_a_m_e Specifies the name of the device control to be
- set or queried
-
- _v_a_l_u_e Specifies the value to be set for a device
- control, or the location to store the value for
- a device query
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- These functions are part of the _X_S_G_I_M_i_s_c extension.
- _X_S_G_I_M_i_s_c_Q_u_e_r_y_E_x_t_e_n_s_i_o_n(3X11) should be used to determine if
- the extension is supported before calling these functions.
-
- _D_e_v_i_c_e _c_o_n_t_r_o_l_s represent characteristics of X input devices
- that can be changed. See _i_n_p_u_t(7) for a description of X
- input devices and common device controls. Specific devices
- may implement other device controls.
-
- _X_S_G_I_D_e_v_i_c_e_C_o_n_t_r_o_l returns _T_r_u_e if the device control
- specified by _n_a_m_e can be set to the specified _v_a_l_u_e.
-
- _X_S_G_I_D_e_v_i_c_e_Q_u_e_r_y returns _T_r_u_e if _n_a_m_e specifies a device
- control or other value that can be queried for the device.
- The array pointed to by _v_a_l_u_e should be large enough to
- contain 24 bytes.
-
- The _d_e_v_i_c_e__i_d used in these calls is the value returned by
-
-
-
- Page 1 (printed 10/3/02)
-
-
-
-
-
-
- XXXXSSSSGGGGIIIIDDDDeeeevvvviiiicccceeeeCCCCoooonnnnttttrrrroooollll((((3333XXXX11111111)))) XXXXSSSSGGGGIIIIMMMMiiiisssscccc XXXXSSSSGGGGIIIIDDDDeeeevvvviiiicccceeeeCCCCoooonnnnttttrrrroooollll((((3333XXXX11111111))))
-
-
-
- _X_L_i_s_t_I_n_p_u_t_D_e_v_i_c_e_s(3X11). The device should be opened using
- _X_O_p_e_n_D_e_v_i_c_e(3X11) before calling either of these functions.
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- XSGIMiscQueryExtension(3X11), XListInputDevices(3X11),
- XOpenDevice(3X11), input(7)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Page 2 (printed 10/3/02)
-
-
-
-